home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / languages / oberon.lha / system / Oberon2.ChangeList.Text (.txt) < prev    next >
Oberon Text  |  1994-06-23  |  1KB  |  20 lines

  1. Syntax14b.Scn.Fnt
  2. Syntax10.Scn.Fnt
  3. ParcElems
  4. Alloc
  5. Syntax10b.Scn.Fnt
  6. Syntax10i.Scn.Fnt
  7. Oberon-2 Change List
  8. This document summarizes modifications of the Oberon-2 report with respect to previous versions of it.
  9. July 1993
  10. 6.4     The report does not specify any longer that pointer variables must be initialized to NIL, however, implementations should allow proper initialization of pointers on demand.
  11. 9.8    The initialization of the for statement has been changed. temp is initialized before v and the type of temp has been 
  12.     specified. (This modification was suggested by Nick Walsh from the City University, London, in order to handle the statement FOR i := 0 TO i DO ... END correctly.)
  13. 10.3    The predeclared procedure ASSERT has been introduced.
  14. October 1993
  15. 6    A structured type cannot contain itself.
  16. 11    A module must not import itself.
  17. 8.2.4    Character arrays that are to be compared must contain 0X as a terminator.
  18. 10.3    The source operand of COPY must either be a string or contain 0X as a terminator.
  19. A    Expression compatible: Character arrays that are to be compared must contain 0X as a terminator.
  20.